home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-01 | 786 b | 34 lines | [TEXT/MPS ] |
- //# Copyright: © 1993 - 1996 by Apple Computer, Inc., all rights reserved.
-
- #ifndef _STDEXTS_
- #define _STDEXTS_
-
- #ifndef _ODTYPESM_
- #include "ODTypesM.idl"
- #endif
-
- /* $$$$$ The C/C++ output for this file needs to be compiled by C/C++ and Rez
- If the C++ emitter ever changes to generate constants, this will
- no longer be true.
- */
-
- #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
- #pragma somemittypes on
- #endif
-
- const ODType kODSettingsExtension = "OpenDoc:Extension:Info:Settings";
- const ODType kODExtSemanticInterface= "OpenDoc:Extension:SemanticInterface";
-
-
-
- #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
- #pragma somemittypes off
- #endif
-
- module OpenDoc_StandardExtensions
- {
- const string OpenDoc_StandardExtensions_Version = "1.0.";
- };
-
- #endif //# _STDEXTS_
-